home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / blobs.swf / scripts / DefineButton2_92 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  101 b   |  8 lines

  1. on(release){
  2.    eggclicks++;
  3.    if(eggclicks = 5)
  4.    {
  5.       _parent.game.EasterEgg();
  6.    }
  7. }
  8.